Rhapsody Developer Release Copyright © 1997 by Apple Computer, Inc. All Rights Reserved.
The Developer Release introduces the first version of the floppy disk driver for Rhapsody. At present time, this driver works with MFM format high-density double-sided floppy disks (typically 1.44 MB) and GCR floppies (400K and 800K) on PowerPC 8500 machines.
The floppy disk driver conforms to the device-driver model common on BSD systems, namely the block device driver and raw device interface. It provides the standard entry points: OPEN, CLOSE, READ, WRITE, STRATEGY, and IOCTL. The IOCTL call is not fully implemented.
Currently the floppy disk driver can be used as a device that can do standard operations such as
cp file /dev/fd0a
cat /dev/fd0a
fsck /dev/fd0a
od -cx /dev/rfd0b
In Developer Release 2, the floppy disk driver supports formatting of MFM floppies. The GCR floppies are marked as write-protected because the driver does not yet support formatting and write operations on GCR floppies.
You can use the floppy disk driver almost as you would on any system. Auto-detection works and most file operations work as expected. There are, however, a few problems to be aware of:
disk -e /dev/rfd0b